object LicenseForm: TLicenseForm Left = 443 Top = 388 BorderStyle = bsDialog Caption = 'Please enter your license key below' ClientHeight = 175 ClientWidth = 326 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Shell Dlg' Font.Style = [] OldCreateOrder = False Position = poOwnerFormCenter PixelsPerInch = 96 TextHeight = 13 object leUserName: TLabeledEdit Left = 24 Top = 40 Width = 273 Height = 21 EditLabel.Width = 257 EditLabel.Height = 13 EditLabel.Caption = 'Registration Name (i.e. John Doe, XYZ Company, Inc.)' TabOrder = 0 end object leLicKey: TLabeledEdit Left = 24 Top = 96 Width = 273 Height = 21 EditLabel.Width = 150 EditLabel.Height = 13 EditLabel.Caption = 'License Key (use Copy && Paste)' TabOrder = 1 end object btnOk: TButton Left = 82 Top = 136 Width = 75 Height = 25 Caption = '&OK' ModalResult = 1 TabOrder = 2 OnClick = btnOkClick end object btnCancel: TButton Left = 170 Top = 136 Width = 75 Height = 25 Cancel = True Caption = '&Cancel' ModalResult = 2 TabOrder = 3 end end